compilation unit - Übersetzung nach Englisch
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

compilation unit - Übersetzung nach Englisch

C/C++ SPECIFIC COMPILATION TECHNIQUE
Single Compilation Unit

compilation unit         
ULTIMATE INPUT TO A C OR C++ COMPILER FROM WHICH AN OBJECT FILE IS GENERATED
Compilation unit

общая лексика

единица компиляции

наименьший блок программы, который может быть откомпилирован в объектный модуль отдельно от остального её текста. Для некоторых языков программирования единицей компиляции является подпрограмма

Смотрите также

compiler; compilation; object module; source code

JIT compiler         
DYNAMICALLY COMPILING BYTECODE TO MACHINE CODE DURING RUNTIME
JIT compiler; Just In Time compilation; JIT (computing); Just-in-time compiler; Just-in-Time Compilation; Just In Time Programming; JIT compilation; Just-in-time compiling; Just in time compiler; Dynamic translator; JIT-compilation; Just-In-Time compilation; Dynamo project; Just in time compilation; Run-time compiler; Runtime compiler

общая лексика

JIT-компилятор, оперативный компилятор

компилятор, преобразующий исходный текст в машинный код непосредственно перед исполнением программы. В частности, JIT-компилятор с языка Java преобразует Java-программу на промежуточном языке (intermediate language, байт-код) в машинный код

синоним

JITter (just-in-time compiler)

just-in-time compiler         
DYNAMICALLY COMPILING BYTECODE TO MACHINE CODE DURING RUNTIME
JIT compiler; Just In Time compilation; JIT (computing); Just-in-time compiler; Just-in-Time Compilation; Just In Time Programming; JIT compilation; Just-in-time compiling; Just in time compiler; Dynamic translator; JIT-compilation; Just-In-Time compilation; Dynamo project; Just in time compilation; Run-time compiler; Runtime compiler

Смотрите также

JIT compiler

Definition

ЭКЮ
I
нескл., м. и с.
Старинная фрацузская золотая или серебряная монета, чеканившаяся в 13-18 вв. Один, одно э.
II
нескл., м. и с.
Валютная счетная единица, используемая странами - членами Европейской валютной системы.

Wikipedia

Single compilation unit

Single compilation unit (SCU) is a computer programming technique for the C and C++ languages, which reduces compilation time for programs spanning multiple files. Specifically, it allows the compiler to keep data from shared header files, definitions and templates, so that it need not recreate them for each file. It is an instance of program optimization. The technique can be applied to an entire program or to some subset of source files; when applied to an entire program, it is also known as a unity build.

Übersetzung von &#39compilation unit&#39 in Russisch